vcLocalizationService
Provides application localization services.
See in: Overview
Module: vcCore
Parent: -
Children -
Referenced by: vcApplication.LocalizationService
Methods
Learn how to use methods here. The methods are also inherited from the parent class.
| Name | Return Type | Parameters | Description |
| getLocalizedString | String | String localizationKey | Gets the localized value for a given key in a resource file based on the current application language.See moreParameters: localizationKey (String): Resource file key. Returns: String: Localized value or given string if no key was wound. |